// normal perturbed camera
camera {
  location  <0.0, 2.0, -5.0>
  look_at   <0.0, 0.0,  0.0>
  right     x*image_width/image_height
  normal {
   wrinkles 0.2 scale 0.3
  }
}
